type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToUint64Scanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		uint64.go#L214: 			return scanPlanTextAnyToUint64Scanner{}
		uint64.go#L305: type scanPlanTextAnyToUint64Scanner struct{}
		uint64.go#L307: func (scanPlanTextAnyToUint64Scanner) Scan(src []byte, dst any) error {